Skip to content

Document -y/--yes flag in usage text#14

Draft
Copilot wants to merge 5 commits intodevelopfrom
copilot/sub-pr-13
Draft

Document -y/--yes flag in usage text#14
Copilot wants to merge 5 commits intodevelopfrom
copilot/sub-pr-13

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

The -y/--yes flag was added to skip confirmation prompts but wasn't documented in help output.

Changes

  • Added echo_global_options() to centralize global flag documentation
  • Updated echo_allcommand_usage() to show -y/--yes in syntax and options
  • Updated echo_each_command_usage() to display global options section

Example

$ dots --help
Usage: dots [-y|--yes] install <Command> 
  
Global Options:   -y, --yes    Skip confirmation prompts 
  
Commands:  
...

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 4 commits February 16, 2026 10:21
Co-authored-by: irichu <197713379+irichu@users.noreply.github.com>
Co-authored-by: irichu <197713379+irichu@users.noreply.github.com>
Co-authored-by: irichu <197713379+irichu@users.noreply.github.com>
Co-authored-by: irichu <197713379+irichu@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on adding autoinstall.yaml Document -y/--yes flag in usage text Feb 16, 2026
Copilot AI requested a review from irichu February 16, 2026 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants