mirror of
https://github.com/denisidoro/navi
synced 2024-11-25 13:00:20 +00:00
Add link to blog post
This commit is contained in:
parent
93058e4e56
commit
1b16de7cf5
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
Using it for shell scripting
|
||||
----------------------------
|
||||
|
||||
For a real world scenario example, please check this [blog post](https://denisidoro.github.io/posts/cli-templates/).
|
||||
|
||||
Let's say you want to write a bash script that, among other things, asks the user to write the name of a git branch that should be checked out.
|
||||
|
||||
If you already have the [cheatsheet above](#cheatsheet-syntax), then you could write the following in your script:
|
||||
|
|
Loading…
Reference in a new issue