Skip to content
#

cli-app

Here are 1,036 public repositories matching this topic...

ava
luong-komorebi
luong-komorebi commented Aug 28, 2017

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

iamnewton
iamnewton commented Feb 21, 2017

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
nikolasburk
nikolasburk commented Mar 26, 2019

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:

![Screenshot 2019-03-26 at 10 39 45](https://user-images.githubusercontent.com/4058327/5498

kylef
kylef commented Dec 11, 2019

This is more of a development problem and does not affect users as it is with dev dependencies. When cloning the repository and running yarn, yarn warns about incorrect peer dependencies:

$ git clone https://github.com/apiaryio/dredd.git dredd-clean
Cloning into 'dredd-clean'...
remote: Enumerating objects: 54, done.
remote: Counting objects: 100% (54/54), done.
remote: Compressin
danguilherme
danguilherme commented Sep 28, 2017

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

rcoh
rcoh commented Jan 13, 2019

There are currently several places in the language where we accept arbitrary expressions:

  1. In the clause of where
  2. In the argument of aggregates (sum(xyz)),
  3. 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

yamalight
yamalight commented Aug 21, 2019

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?)
AndrewOwenMartin
AndrewOwenMartin commented Apr 26, 2019

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
tabrindle
tabrindle commented Jan 18, 2018

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

Improve this page

Add a description, image, and links to the cli-app topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.