Skip to content

Commit

Permalink
Warn about variable name limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro authored Sep 25, 2019
1 parent 9638fcc commit 84c0ff2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ $ branch: git branch | awk '{print $NF}'

The interface prompts for variable names inside brackets (eg `<branch>`).

Variable names should only include alphanumeric characters and `_`.

The command for generating possible inputs can refer other variables:
```sh
# If you select 2 for x, the possible values of y will be 12 and 22
Expand Down

0 comments on commit 84c0ff2

Please sign in to comment.