-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: app commands #868
base: main
Are you sure you want to change the base?
feat: app commands #868
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #868 +/- ##
============================================
- Coverage 65.94% 65.77% -0.16%
- Complexity 1543 1558 +15
============================================
Files 228 235 +7
Lines 6282 6336 +54
Branches 946 948 +2
============================================
+ Hits 4142 4167 +25
- Misses 1593 1621 +28
- Partials 547 548 +1 ☔ View full report in Codecov by Sentry. |
crowdin.app.usage.customSynopsis=@|fg(green) crowdin app|@ [SUBCOMMAND] [CONFIG OPTIONS] [OPTIONS] | ||
|
||
# CROWDIN APP LIST | ||
crowdin.app.list.usage.description=List apps |
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.
crowdin.app.list.usage.description=List apps | |
crowdin.app.list.usage.description=List installed apps |
message.application.uninstall=@|green Application %s was uninstalled|@ | ||
message.application.install=@|green Application %s was installed|@ |
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.
message.application.uninstall=@|green Application %s was uninstalled|@ | |
message.application.install=@|green Application %s was installed|@ | |
message.application.uninstall=@|green Application %s has been uninstalled|@ | |
message.application.install=@|green Application %s has been installed|@ |
crowdin app list
crowdin app install <identifier>
crowdin app uninstall <identifier> --force