Skip to content

improve: add example in help command#10

Merged
hiro08gh merged 2 commits intomainfrom
feature/add-example-in-help-command
Nov 17, 2025
Merged

improve: add example in help command#10
hiro08gh merged 2 commits intomainfrom
feature/add-example-in-help-command

Conversation

@hiro08gh
Copy link
Owner

@hiro08gh hiro08gh commented Nov 17, 2025

For example.

A simple alias manager for multiple shells

Usage: alx <COMMAND>

Commands:
  init     Initialize alx configuration
  add      Add a new alias
  remove   Remove one or more aliases
  list     List all aliases
  search   Search aliases by keyword
  edit     Edit an alias
  export   Export aliases to a file
  import   Import aliases from a file
  groups   Show all available groups
  info     Show information about alx
  migrate  Migrate aliases from shell configuration file
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

EXAMPLES:
    alx add ll 'ls -la' -d 'List all files with details'
    alx list -g dev
    alx search git
    alx remove temp-alias
    alx export -o aliases.json

For more information on a specific command, use: alx <COMMAND> --help

@hiro08gh hiro08gh changed the title imporve: add example command in help command imporve: add example in help command Nov 17, 2025
@hiro08gh hiro08gh changed the title imporve: add example in help command improve: add example in help command Nov 17, 2025
@hiro08gh hiro08gh merged commit defc002 into main Nov 17, 2025
2 checks passed
@hiro08gh hiro08gh deleted the feature/add-example-in-help-command branch November 18, 2025 00:19
@hiro08gh hiro08gh added the enhancement New feature or request label Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant