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
adex tool was introduced #1729
adex tool was introduced #1729
Changes from 71 commits
6cddedb
f480d2d
8ffaf33
7896139
59f0621
4355e72
117a3f2
e890d94
abafc9b
ae4808c
4ef0f6f
523fa9d
7de4766
fa0747b
7ffff62
d536767
6ea0ce9
b371fd7
e0bab19
34d08fc
6addf5f
3f93b33
aaff7f5
4aac321
2cd70d8
04f4f14
addf3b0
11518ca
52767e2
4395e97
65459bb
1cdb693
a6dc002
fd254e3
cb4593e
75d31ca
7a3aa73
3b9f9f3
f289c47
f6b6446
1cc68df
7762435
fd1aecd
6bbdfca
7b84f02
ca170ed
4431f65
f629668
caa9d67
ddcc683
4399211
d060480
da0e693
62288e4
c09e924
c13f0e2
691ae4c
817e9cf
469a4f3
1c4721a
500db1b
2df6f48
cc757a9
e64dcf1
3c95565
3d52467
79d309f
52a19cb
aab6f3c
98befa1
72b440f
688c1e0
c16d5cb
1a386cf
11b14fe
01fe98a
de43f3d
37a1d2a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 believe we can remove the
Command
enum completely by calling theinit(&mm_coins_path, &mm_conf_path)
function here straight away, same with start/stop/status.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.
Thank you!
It's a common, trditional way to build cli with
clap 2.33.3
, and I would left it to be able to use gpt 4 to bring it back to the lastclap
version.