Skip to content

issues Search Results · repo:nodeca/argparse language:JavaScript

Filter by

102 results
 (65 ms)

102 results

innodeca/argparse (press backspace or delete to remove)

I would suggest updating the license to either an Open Source License or a Free Software License. MIT license is an populare choice. Python-2.0 is not recognized by most tools as a valid license, and ...
  • TheKnarf
  • 1
  • Opened 
    on Jun 20
  • #183

Just wanted to report that at first-glance very-little has changed from 3.9 to 3.13 (Python s current stable version). Some-one familiar with the source-code could probably implement the changes relatively ...
  • tukkek
  • Opened 
    on May 1
  • #182

#113, #153, #155, #171 were closed because the intent was to preserve the same behavior as Python argparse, which has had a long-standing bug where exit_on_error=false would still exit. That issue is ...
  • dmurvihill
  • Opened 
    on Mar 17
  • #181

Hi there, my license checker tool showed me, that you are using a license that was custom made for the python code repo with version number. What exactly does that mean for this package? Is it free to ...
  • uvulpos
  • 3
  • Opened 
    on Jan 8
  • #180

It would be great if this package would include typescript type definitions.
  • alexkiro
  • Opened 
    on Dec 8, 2024
  • #179

// example.js const argparseLib = require( argparse ) const parser = new argparseLib.ArgumentParser({ formatter_class: argparseLib.ArgumentDefaultsHelpFormatter }) parser.add_argument( -e , --an-example ...
  • pes10k
  • Opened 
    on Dec 3, 2024
  • #177

Migrating from version 1.0 to version 2.0, we noticed that this library has switched to starting descriptions with a lower case letter. For example -h now says show this help message and exit: $ ./test.js ...
  • octogonz
  • 3
  • Opened 
    on Oct 23, 2023
  • #175

Is there a way to change the file name in the usage/help message? image
  • d4n5h
  • 3
  • Opened 
    on Sep 2, 2023
  • #174

The symptoms Got an unexplained TypeError: simpleExample.add_argument is not a function when trying to use argparse in typescript (using an example from the docs). Almost switched to yargs because of ...
  • melonmouse
  • 2
  • Opened 
    on Dec 16, 2022
  • #172

Hello, I have been using your package for a project and noticed that when I use the parse_known_args() function, it exits when it encouters an invalid argument, even though I explicitly defined the parser ...
  • Kkcc01
  • Opened 
    on Nov 3, 2022
  • #171
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! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub