Skip to content

Commit 06908bc

Browse files
committed
Rename _dialogs and _help
1 parent 13e9ce3 commit 06908bc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

cli/hdev.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ command_run() {
199199
}
200200

201201
#hdev_dialogs
202-
source "$CLI_PATH/_${CLI_NAME}_dialogs"
202+
source "$CLI_PATH/.${CLI_NAME}_dialogs"
203203

204204
#hdev_help
205-
source "$CLI_PATH/_${CLI_NAME}_help"
205+
source "$CLI_PATH/.${CLI_NAME}_help"
206206

207207
# read all input parameters (@)
208208
read command_arguments_flags <<< $@ #command$arguments

0 commit comments

Comments
 (0)