Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 8, 2024
1 parent eba5a53 commit cc1e160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Argcfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ install() {
fi
}

# @cmd Create a boilplate tool script.
# @cmd Create a boilplate tool script
# @arg args~
create() {
./scripts/create-tool.sh "$@"
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-tool.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

# @describe Create a boilplate tool script.
# @describe Create a boilplate tool script
#
# Examples:
# argc create test.sh foo bar! baz+ qux*
Expand Down

0 comments on commit cc1e160

Please sign in to comment.