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

unify getopt #106

Closed
28 tasks done
Ash258 opened this issue Jan 16, 2021 · 2 comments
Closed
28 tasks done

unify getopt #106

Ash258 opened this issue Jan 16, 2021 · 2 comments
Assignees
Labels
debt Code quality issues enhancement New feature or request
Milestone

Comments

@Ash258
Copy link
Owner

Ash258 commented Jan 16, 2021

  • Sanitize [], <>
  • All commands have to use getopt instead of native powershell commands

Commands:

  • scoop-alias
  • scoop-bucket
  • scoop-cache
  • scoop-cat
  • scoop-checkup
  • scoop-cleanup
  • scoop-config
  • scoop-depends
  • scoop-download
  • scoop-export
  • scoop-help
  • scoop-hold
  • scoop-home
  • scoop-info
  • scoop-install
  • scoop-list
  • scoop-prefix
  • scoop-reset
  • scoop-search
  • scoop-status
  • scoop-unhold
  • scoop-uninstall
  • scoop-update
  • scoop-utils
  • scoop-virustotal
  • scoop-which
@Ash258 Ash258 added enhancement New feature or request debt Code quality issues labels Jan 16, 2021
@Ash258 Ash258 added this to the Backlog milestone Jan 16, 2021
@Ash258 Ash258 self-assigned this Jan 16, 2021
@Ash258 Ash258 modified the milestones: Backlog, 0.6.5 Apr 11, 2021
@Ash258
Copy link
Owner Author

Ash258 commented Apr 14, 2021

# Usage: scoop cache <SUBCOMMAND> [<OPTIONS>] <APP>...

  • <SUBCOMMAND> - sub-command
    • If required and missing print Parameter <SUBCOMMAND> is missing
    • If it is not valid sub-command Unknown subcommand: '$cmd'
  • [<OPTIONS>] - Always before positional parameters
  • <APP>... - Required list of apps
  • [<APP>...] - Optional list of apps

Dots at the end of help, summary, commands and options

Ash258 added a commit that referenced this issue Apr 14, 2021
@Ash258
Copy link
Owner Author

Ash258 commented Apr 14, 2021

Also sanitize changelog Consider git-chglog with custom template

Ash258 added a commit that referenced this issue Apr 28, 2021
Ash258 added a commit that referenced this issue Apr 28, 2021
Ash258 added a commit that referenced this issue May 5, 2021
Ash258 added a commit that referenced this issue May 20, 2021
Ash258 added a commit that referenced this issue May 21, 2021
Ash258 added a commit that referenced this issue May 21, 2021
Ash258 added a commit that referenced this issue May 29, 2021
Ash258 added a commit that referenced this issue May 29, 2021
@Ash258 Ash258 modified the milestones: 0.6.5, 0.6 May 29, 2021
@Ash258 Ash258 closed this as completed May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant