cli-app
Here are 1,036 public repositories matching this topic...
You can always make a suggestion as an issue tab for apps that are not on the list. I will personally check out the app and verify if it is working, properly mantained, safe to use (as a user not a security expert).
Translation is very much appreciated. You can either fork this and remake your own translation or use the same repo with me. I highly recommend translator to review the commit log e
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
-
Updated
Apr 13, 2020 - JavaScript
I just removed bower-name-cli, which was the first entry in web development, but has been deprecated for 6 months.
We might want to check all legacy cli and determine whether they are still:
- maintained
- relevant
-
Updated
May 22, 2020 - C#
We need to add tests for source/util.js
, source/version.js
, source/git-util.js
and source/npm/util.js
.
There is a $60.00 open bounty on this issue. Add mo
The Carbon CLI is really awesome and I love that it's possible to store and reuse a configuration as preset. One thing I'd love to add to the config though is the actual "theme colors" (i.e. what color e.g. variables, operators, keywords, comments, ...).
Basically these options from the Carbon web UI:
, done.
remote: Compressin
-
Updated
May 28, 2019 - JavaScript
-
Updated
Apr 23, 2020 - JavaScript
Expose a method to show the help string whenever I want to, like it being the default command of my program.
Program would be something like:
program
.version(package.version)
.action(() => program.showHelp())
.command('real command')
.action((args, options, logger) => /* do stuff */);
program.parse(process.argv);
// ./myprog
/* ... prints help ... */
I
-
Updated
Dec 23, 2019 - JavaScript
When creating a dummy customer with an address, the allowed country list is not respected and addresses are created with all countries used randomly. Should instead only use countries from the allowed countries list.
When someone has a long list of multi-choice questions it would be great to use PageUp/Down instead of just holding on the up/down arrow keys.
There are currently several places in the language where we accept arbitrary expressions:
- In the clause of
where
- In the argument of aggregates (
sum(xyz)
), - In the group-by clause of aggregates (
* | count by status_code > 500, response_ms < 300, url
)
The set of arbitrary expressions that can be constructed is growing, and it'd be great to have those documented separately where
New website
We need a proper website, with docs, examples, etc.
Basic static generation (e.g. with Gatsby) from markdown (to allow for current docs reuse) would probably work just fine.
- Make a static website (done thanks to @FDiskas )
- Setup CI builds on every push / PR
- Setup CD to github pages
- Figure out a domain (github org domain?
.js.org
domain? something else?)

-
Updated
Oct 22, 2019 - JavaScript
The documentation says that the "message" attribute of a question can be a string or a function that takes the current answers and returns a string. That doesn't appear to be accurate documentation as any function, or lambda, I use as a questions "message" gets evaluated as a string in the prompt.
e.g. This question definition;
def my_message(answers):
return "Hello {x}".format(x=len
If one specifies --custom-option
, it would be nice if you could access it as args.customOption
instead of args["custom-option"]
.
Is this something you'd like to support?
Resetting a sandbox can be helpful with integration testing (while developing).
Feature is to traverse all sandboxes and cleanup the var
folder in there.
A force could eradicate all sandboxes completely.
Currently this happens
tabrindle-mbp:~ tabrindle$ solidarity imdumb
ERROR: No solidarity file was found
Make sure you are in the correct folder or run solidarity snapshot to take a snapshot of your environment and create a .solidarity file for this project.
Many CLI tools like commander have a simple option to forward unrecognized commands to help - does https://github.com/infini
Allow naming rules
Fix tests
Tests are failing locally on and on Travis.
There is a $40.00 open bounty on this issue. Add more on [Issuehunt](https://issuehunt.io/r/sindresorhus/d
-
Updated
May 11, 2020 - JavaScript
-
Updated
May 16, 2020 - Go
Improve this page
Add a description, image, and links to the cli-app topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cli-app topic, visit your repo's landing page and select "manage topics."
Spurred by conversation in avajs/ava#2449 and avajs/ava#1485 we'd like for our assertions to return booleans.
true
when they pass,false
when they fail. This does not apply to thethrows()
andthrowsAsync()
assertions.Failing assertions will fail the test, but do not throw exceptions. This means your test does not stop executing. Usua