-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Consolidate all App
code into Command
#1586
Comments
Closed
6 tasks
meatballhat
added a commit
that referenced
this issue
Dec 18, 2022
in favor of focusing on declarative API. Supports #1586
Merged
meatballhat
added a commit
that referenced
this issue
Dec 18, 2022
and accept strings for Authors instead Supports #1586
Closed
meatballhat
added a commit
that referenced
this issue
Dec 18, 2022
meatballhat
added a commit
that referenced
this issue
Dec 19, 2022
meatballhat
added a commit
that referenced
this issue
Dec 19, 2022
dearchap
pushed a commit
to dearchap/cli
that referenced
this issue
Jan 6, 2023
meatballhat
added a commit
that referenced
this issue
Jun 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
App
struct andCommand
struct have very similar surface area and behaviors. Greatly reducing the duplication between them has already been done in thev2
series, but I'd like to see if a singleCommand
struct with.Commands
field can be used everywhere and theApp
struct can be removed (or type alias?).The text was updated successfully, but these errors were encountered: