You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My node js package has two clis, which is in lib/cli/a-commend.js and lib/cli/b-commend.js
However I didn't find any docs about who to define two files for node_deb.entrypoints.cli
I've tried
Both are not supported. Realistically this project needs to be converted to being node a native because the tremendous headache of doing this in bash makes this very difficult.
My node js package has two clis, which is in
lib/cli/a-commend.js
andlib/cli/b-commend.js
However I didn't find any docs about who to define two files for
node_deb.entrypoints.cli
I've tried
and
Both not working. Could you help answer whether two clis are supported. And if yes, how to config that?
The text was updated successfully, but these errors were encountered: