Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Feb 1, 2023
1 parent 6b114f8 commit e059751
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 131 deletions.
4 changes: 2 additions & 2 deletions dev/.files/docs/usage/bin-scripts/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ $ madrun update projects --run[ 'update dotfiles' ] --dryRun
- 👍🏻 Valid Examples
- `--run[ 'a', 'b', 'c' ]` and `--run[ 'a' 'b' 'c' ]` are equivalent (commas optional).
- `--run[ 'a' ]` and `--run[ 'a', ]` are equivalent. A single array item (comma optional).
- 👍🏻 Alternate Syntax w/ Caveats
- Alternate Syntax w/ Caveats
- `--run 'a'` shorthand is valid, but this syntax supports just a single array item.
- `--run[] 'a' 'b' 'c'` shorthand is valid and supports multiple array items. Commas are not allowed with this syntax, even if purely cosmetic. Also, this syntax cannot be followed by positional arguments, because `--run[]` is greedy in the collection of array items that follow its array option name.
- `--run[] 'a' 'b' 'c'` shorthand is valid and supports multiple array items. However, commas are not allowed with this syntax. Also, this syntax cannot be followed by any positional arguments, because `--run[]` is greedy in the collection of array items that follow its array option name.

### Updates Dotfiles + Project

Expand Down
Loading

0 comments on commit e059751

Please sign in to comment.