Le 24/04/2020 à 21:22, Calum McConnell a écrit : > Package: npm2deb > Version: 0.3.0-3 > Severity: important > > I am trying to use npm2deb to package bitwarden, and I cant find the > documentation > for the subcommands. 'man npm2deb' yields the manpage for npm, which states > the > subcommands (ie, create, itp, license), but doesnt give the flags they take. > I can tell the subcommands take flags, but I can't find any manpages on > what those flags do. Calls to 'man npm2deb create' tell me that no manpage > exists for create: 'man -aw npm2deb' shows only one manpage, the (rather > short) one for npm2deb. > > If you need someone to transfer the docs from another location to manpage > format, I can do that: just point me to where it is documented and I'll form > a patch.
Hi, thanks for your help, the only doc I know is npm2deb -h: usage: npm2deb [-h] [-D DEBUG] [-v] {create,view,depends,rdepends,search,itp,license} ... optional arguments: -h, --help show this help message and exit -D DEBUG, --debug DEBUG set debug level -v, --version show program's version number and exit commands: {create,view,depends,rdepends,search,itp,license} create create the debian files view a summary view of a node module depends show module dependencies in npm and debian rdepends show the reverse dependencies for module search look for module in debian project itp print a itp bug template license print license template and exit Cheers, Xavier