Skip to content

issues Search Results · repo:tox-dev/sphinx-argparse-cli language:Python

Filter by

25 results
 (50 ms)

25 results

intox-dev/sphinx-argparse-cli (press backspace or delete to remove)

Hey there Not being able to use this sphinx extension with the guideline in the README file. I got the following exception: Exception occurred: File /Users/joaosilva/.pyenv/versions/cli_sphinx_3.12/lib/python3.12/site-packages/sphinx_argparse_cli/_logic.py ...
  • jsilva234
  • Opened 
    on Oct 22, 2024
  • #196

test_selection = parser.add_argument_group( Test selection , What should the script test ) mutex_group.add_argument( --test , -t , metavar=( A , B ), type=int, nargs=2, help= Select ...
  • viniciusglinden
  • 1
  • Opened 
    on Jul 24, 2024
  • #177

group.add_argument( --lib-name-path , help= Print the absolute path of interface library for given interface (VPI/VHPI/FLI) and simulator , nargs=2, metavar=( INTERFACE ...
bug
help wanted
  • ktbarrett
  • Opened 
    on Mar 22, 2024
  • #159

https://github.com/tox-dev/sphinx-argparse-cli/issues/143 seems to only handle main description, group description is not rendered multiline. I ll open a PR for it.
  • mayrholu
  • Opened 
    on Feb 20, 2024
  • #151

When calling via command line the help shows usage then description (see official argparse example). The html-docs show description before usage which may be odd depending on how one uses description. ...
  • mayrholu
  • 1
  • Opened 
    on Feb 17, 2024
  • #147

It would be nice if sphix-arparse-cli could render formatted strings for epilogue or descriptions correctly. In argparse it is possible to set formatter_class=argparse.RawDescriptionHelpFormatter in the ...
  • mayrholu
  • 2
  • Opened 
    on Feb 9, 2024
  • #143

I recently found that RST/docutils actually has direct support for command line option lists (https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#option-lists), as shown here https://github.com/sphinx-themes/sphinx-themes.org/blob/f731beabab404bfe8f630baa28205b6871cf07e7/sample-docs/kitchen-sink/lists.rst?plain=1#L64-L86 ...
  • cmarqu
  • 1
  • Opened 
    on Dec 10, 2023
  • #135

An argument that is supposed to not be rendered in help output, defined as follows... parser = argparse.ArgumentParser( formatter_class=argparse.RawTextHelpFormatter, ) parser.add_argument( --activities-since ...
bug
help wanted
  • cmarqu
  • 1
  • Opened 
    on Aug 30, 2023
  • #121

The hard inclusion of custom.css (https://github.com/tox-dev/sphinx-argparse-cli/blob/4a542ff54cb34e6400fece0e320e37025d4514bf/src/sphinx_argparse_cli/init.py#L9) will lead to a 404 error when using different ...
bug
help wanted
  • hille721
  • 1
  • Opened 
    on Feb 28, 2023
  • #82

I am using the :prog: keyword for the sphinx_argparse_cli directive but it appears that it only affects the first display of the command name. The main command name for the subcommands is shown as sphinx-build. ...
bug
help wanted
  • lucc
  • 3
  • Opened 
    on Dec 6, 2022
  • #71
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub