Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated help message should show parameter default value (except for boolean fields) #43

Closed
remkop opened this issue Feb 21, 2017 · 1 comment

Comments

@remkop
Copy link
Owner

remkop commented Feb 21, 2017

option parameter default value: print 'Default: VALUE' on 2nd line or print '(default: VALUE)' after the option description

@remkop remkop added this to the 0.3.0 usage online help milestone Feb 21, 2017
@remkop
Copy link
Owner Author

remkop commented Mar 1, 2017

Location of "Required" text,
Location of "Default: VALUE":

  • column marker
  • Before description (separate line or same line)
  • After description (separate line or same line)

For reference:
GridBagConstraints.PAGE_START
GridBagConstraints.PAGE_END
GridBagConstraints.FIRST_LINE_START
GridBagConstraints.FIRST_LINE_END
GridBagConstraints.LINE_START
GridBagConstraints.LINE_END
GridBagConstraints.LAST_LINE_START
GridBagConstraints.LAST_LINE_END

@remkop remkop closed this as completed in b0b2cf3 Mar 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant