Skip to content
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

Improve raw cli usage #11

Merged
merged 10 commits into from
Sep 5, 2021
Merged

Improve raw cli usage #11

merged 10 commits into from
Sep 5, 2021

Conversation

DRSchlaubi
Copy link
Owner

@DRSchlaubi DRSchlaubi commented Sep 3, 2021

This PR aims at improving the usage of the library as a CLI.

  • Command dependent help messages (-h on all commands)
  • Usage without using TUI
  • Complex file paths (../, ~/, etc)
  • Input validation on args
  • i18n on all args

- Make TUI entirely optional
- support more complex file paths everywhere (e.g. ../, ~ ./)
@DRSchlaubi DRSchlaubi self-assigned this Sep 3, 2021
@DRSchlaubi DRSchlaubi added enhancement New feature or request help wanted Extra attention is needed labels Sep 3, 2021
Copy link
Contributor

@NyCodeGHG NyCodeGHG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DRSchlaubi DRSchlaubi marked this pull request as draft September 3, 2021 16:19
- Fix NPEs in option/flag mixins
- Add ASCII mode for more basic terminals
- Replace console.dart with interact.dart
- Add spinners on expensive tasks to indicate progress outside verbose mode
- Fix jvm-version flag
- Forward -y to JDK downloader
@DRSchlaubi
Copy link
Owner Author

Gonna wait for #12 before we merge this

DRSchlaubi added a commit that referenced this pull request Sep 5, 2021
@DRSchlaubi DRSchlaubi linked an issue Sep 5, 2021 that may be closed by this pull request
@DRSchlaubi DRSchlaubi marked this pull request as ready for review September 5, 2021 07:33
@DRSchlaubi DRSchlaubi changed the base branch from main to develop September 5, 2021 07:33
@DRSchlaubi DRSchlaubi merged commit 27c558d into develop Sep 5, 2021
@DRSchlaubi DRSchlaubi deleted the feature/cli branch September 5, 2021 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cursor invisible after exiting with Ctrl+C
2 participants