Skip to content
#

cli-app

Here are 959 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
badluck13
badluck13 commented Feb 8, 2020

There is an issue with the latest version 6.0.0 of np after the package is published it tries to do 2fa and it fails. The account doesn't have 2fa enabled, as well as npm repo. Also, the package is published and then it tries to do 2fa, that seems strange I would expect 2fa is a step before publishing.

Description

Commit Range:
v0.4.0...master

Registry:
https://registry.npmjs
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
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

jsumners
jsumners commented Feb 28, 2020
prog
  .command('foo')
  .describe('Top level command')
  .action(() => console.log('see `app foo --help`'))

prog
  .command('foo bar')
  .describe('A subcommand')
  .action(() => console.log('did a thing'))

Use case: the foo command doesn't do anything and requires usage of subcommands. As it is, doing app foo --help does not display any possible subcommands under the

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.