-
Updated
May 29, 2020 - PHP
cli-command
Here are 74 public repositories matching this topic...
I use git-bash (like probably nearly all windows npm user).
if i run mkdir -p plop
it create me plop
folder if not existant and do nothing if it exist.
if i do the same as npm task or with npm-run-all it create me -p
folder and plop
if they don't exist and fail if there already there.
is'nt possible to use git-bash command in priority when available ?
Add summary
-
Updated
May 30, 2019 - JavaScript
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
Feb 2, 2020 - Ruby
-
Updated
Dec 29, 2019 - Ruby
I may be misunderstanding the documentation, but it seems that the --no-quiet
flag on honeybadger exec
should prevent STDOUT and STDERR from being swallowed.
However, running:
honeybadger exec --no-quiet echo 'hi'
Results in nothing being printed to STDOUT. I'm using the most recent edge version of the gem: Commit 35bdf07579163b24ded6b76e0bb675d45239a26d
-
Updated
Jan 18, 2020 - Ruby
-
Updated
May 26, 2020 - Crystal
Commands which fails when trying to export to compressed file on webdevops/TYPO3-docker-boilerplate:
ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.gz
- throws no error
- creates exportfile.sql.gz fiel with 20 bytes
ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.bz2
- throws error: Using BZIP2 compression // sh: 1: bzip2: not found // mysqldump: Got errno
-
Updated
May 4, 2020 - JavaScript
-
Updated
Oct 27, 2019 - Rust
People can set up ESLint for their project with eslint --init
command. The command installs eslint
and necessary plugins into the project local.
However, eslint-cli
requires local-installed ESLint to use eslint --init
. This is inconvenient.
$ eslint --init
Cannot find local ESLint!
Please install ESLint by `npm install eslint --save-dev`.
-
Updated
Aug 18, 2019 - Python
kubectl get po -n {{NAMESPACE}}
-
Updated
Jul 26, 2019 - PHP
-
Updated
Nov 8, 2017 - JavaScript
-
Updated
Nov 9, 2019 - PHP
-
Updated
Jan 18, 2020 - Ruby
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Aug 3, 2019 - PHP
-
Updated
Mar 10, 2018 - JavaScript
I'm so sick of being confused on why things aren't being output and then remembering I have to do:
--quiet=+D
Every. Single. Time.
Improve this page
Add a description, image, and links to the cli-command topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cli-command topic, visit your repo's landing page and select "manage topics."
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