mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 20:43:06 +00:00
Warn about variable name limitation
This commit is contained in:
parent
9638fcc9bb
commit
84c0ff2dc8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue