File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ add_extension \
42
42
--run " az_bicep_help"
43
43
```
44
44
45
- ebc will add the ` az bicep --help ` to the ` az ` command if it's not exist, if it's exist, it'll shadow the existing command.
45
+ amplify will add the ` az bicep --help ` to the ` az ` command if it's not exist, if it's exist, it'll shadow the existing command.
46
46
47
47
When the command executed, it will call the ` az_bicep_help ` function.
48
48
@@ -56,13 +56,13 @@ add_extension \
56
56
--run " devops_github_help"
57
57
```
58
58
59
- In this scenario, ebc will create the ` devops github --help ` command and add it to the bash shell.
59
+ In this scenario, amplify will create the ` devops github --help ` command and add it to the bash shell.
60
60
61
61
When the command executed, it will call the ` devops_github_help ` function.
62
62
63
63
### Creating a bash script in the ~ /.extensions directory
64
64
65
- ebc will loop through all the sh files in the ~ /.extensions directory and create commands for each of them.
65
+ Amplify will loop through all the sh files in the ~ /.extensions directory and create commands for each of them.
66
66
67
67
``` bash
68
68
# ~/.extensions/az.sh
You can’t perform that action at this time.
0 commit comments