diff options
author | ame <[email protected]> | 2023-10-31 22:49:16 -0500 |
---|---|---|
committer | ame <[email protected]> | 2023-10-31 22:49:16 -0500 |
commit | b3889a58674be40a1e7bdb441ef8304f44736f75 (patch) | |
tree | 7597cdc65f9d42559b9ebf4469bef887a53fe0d4 /index.js | |
parent | 6e90cde57af865e585cf06d297eadb4424ebcdbb (diff) |
better status and cleanup
Diffstat (limited to 'index.js')
-rw-r--r-- | index.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ function update_options(scom,options){ subcommand .setName(opt.name) .setDescription("test") - console.log(opt.options) return update_options(subcommand, opt.options) }) break; |