Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forest tool migration of forest-cli subcommands #3336
Forest tool migration of forest-cli subcommands #3336
Changes from 5 commits
b429561
f1e07e4
71b4230
175d282
f97f070
2368ca7
2f46a5f
ae61c2f
d13a849
c6df6ae
355aa7e
11c0442
cf05e60
f4dbb70
2405b4e
55ad715
5bacfc8
a986ee4
7d87792
ce05ce0
45c9d95
2b513be
fa26642
5910f10
035f5d4
7cfb7b0
6ff4c34
fb3b711
9eed518
7a8f494
048312b
4da33d3
71108f7
76b23f3
23de902
2ec85e2
27eb1be
bd3e904
db6e18c
eb91628
42aee09
ae2202a
1ac60a2
9e1d992
2fce1a1
3b9fd28
26153f0
16b7c53
ef95096
ef5f8b1
7ebc868
13774ab
2e9df3e
16765af
602f0de
1ecce48
86076c1
bcf4861
92a7e5f
f73094b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are no
CliOpts
here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed. I can create a small util
find_config_path
that doesn't requireopts
, sounds ok?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How can you find non-default configuration paths without taking any arguments?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, this is missing for now but will handle that case.