Skip to content

Commit 1a8a1e7

Browse files
authored
Update flattool
Add call for the export command help response in the main help function
1 parent 0e8f455 commit 1a8a1e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flattool

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
77
asAutoCheckUpdate="false"
88

99
# Global variables
10-
versionNumber="1.3.0"
10+
versionNumber="1.3.1"
1111
owner="heliguy4599"
1212
repo="flattool"
1313
appID=''
@@ -121,6 +121,7 @@ printMasterHelp() {
121121
printSubcommandHelp "id"
122122
printSubcommandHelp "run"
123123
printSubcommandHelp "orphans"
124+
printSubcommandHelp "export"
124125
printSubcommandHelp "version"
125126
printSubcommandHelp "auto-update"
126127
printSubcommandHelp "update-check"

0 commit comments

Comments
 (0)