Marvin Mieth

Results 11 comments of Marvin Mieth

Hey @barbu110, the correct property for defining a default value is `defaultValue`. You've used `default`. Can you try again and tell us if this fixed your issue?

Hey @KidkArolis you can show the Help on your main command (with no arguments) with this function: `.showHelp()`. It is listed in the Docs: ![Bildschirmfoto 2019-06-29 um 12 20 01](https://user-images.githubusercontent.com/8714775/60382775-40720000-9a68-11e9-8403-f3c5e09a3350.png)...

Hey @G-Rath, can you give me a use case? I don't quite get it why we should add this feature.

Hey @safareli does this fix your problem: https://github.com/leo/args/issues/46#issuecomment-284367931

Ah okay, i assumed you've pulled it from github for developing. Why whould you run `./node_modules/.bin/catalog start` instead of `catalog start`?

Can you share the repo or want to debug? Help is appreciated.

Hey @chabou try this: https://github.com/leo/args/issues/110#issuecomment-338704466 It is necessary to tell `mri` or `minimist` your booleans with the default value of `true`. Then the `--no-sound` flag gets automatically generated. ```js args...

Actually, that would be awesome! Yes please.