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

Issue 342: print help with no args, and reorder subcommands in help p… #343

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

mikebentley15
Copy link
Collaborator

@mikebentley15 mikebentley15 commented Nov 14, 2024

Fixes #342

Description:

Describe what you changed and why.

  • Print the same thing as flit --help if no arguments are given
  • Do the same for flit experimental
  • Reorder subcommands in help messages: help comes first, afterwards, sorted.
  • Add missing documentation for flit disguise.

Documentation:

What documentation did you change?

Updated a little about subcommands in the documentation/ folder.

If the change does not require updates to documentation, justify why.

This functionality is more in-line with expected behavior. Users shouldn't really see exceptions on the console if it can be avoided.

Tests:

What automated tests did you change?

None.

If the change does not require updates to tests, justify why.

Not really worth testing. It's more of a UI-level thing.

…rintout

- Do the same with `flit experimental`
- Add missing documentation for `flit disguise` and update docs a little
@mikebentley15 mikebentley15 added bug python Involves touching python code documentation Involves touching documentation labels Nov 14, 2024
@mikebentley15 mikebentley15 self-assigned this Nov 14, 2024
@mikebentley15 mikebentley15 merged commit 27b6061 into devel Nov 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation Involves touching documentation python Involves touching python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flit with no arguments throws instead of printing useful info
1 participant