Skip to content
#

Command line interface

Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.

Here are 14,976 public repositories matching this topic...

docwhat
docwhat commented Aug 19, 2019

When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".

This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.

The hard-limit is 127 data layers which is due to the maximum number of argu

JohnC32
JohnC32 commented Dec 4, 2019

Using ripgrep 11.0.2 I ran into a hang using ripgrep from GNU Emacs via helm-rg on Windows. Window creates a stdin and ripgrep detects that stdin exists and waits for data, making it look like ripgrep is hung. I was able to easily work around the issue once I saw that I could explicitly specify the directory to search. Having this in the doc may save others confusion. Also having the note about .g

ava
tunnckoCore
tunnckoCore commented Dec 9, 2019

Currently if the name of the package is scoped @hela/cli it will strip the scope and output bin/cli-linux. Instead it would be better to get the name from the key of the bin field (if the bin field is an object, otherwise as last resort fallback to the current approach by stripping the scope)

{
  "bin": {
    "hela": "./dist/index.js"
  }
}

We can achieve this with usin

slavoroi
slavoroi commented Feb 25, 2018

Please provide a description of the bug / issue, and provide the details below:
When trying to run npm run build:dev in our system which contains webpack-dashboard call it doesn't show anything, just gibberish like :
'�]0;webpack-dashboard��[?1049h�[?1h�=�[1;1r�[?25l�[1;1H�[H�[2J�[?1000h�[?1002h�[?1003h�[?1005h'

If the issue is visual, please provide screenshots here

![dashboard w

c-j-lh
c-j-lh commented Dec 13, 2019

How can one conveniently easily view tqdm output that has been redirected to a file, preferably with built-in commands on linux like less or vim?

Here is an example:
tqdm_test.py

from tqdm import trange
for i in trange(10):
    pass

After running python3 tqdm_test.py 2> tqdm_test.txt on bash, I get this visual output when running less tqdm_test.txt
![visual output](htt

colinking
colinking commented Sep 28, 2019

When an error boundary's getDerivedStateFromError handler is called, React will print out a warning to the console like so:

The above error occurred in the <Example> component:
    in Example
    in ErrorBoundary
    in App

React will try to recreate this component tree from scratch using the error boundary you provided.

Because of this log output, it means that when the er

kbd
kbd commented May 13, 2019

As discussed in this bat issue, the behavior of fd's -X flag is different from the behavior of fd | xargs. My initial impression upon reading the docs was that -X's behavior would be equivalent to piping to xargs, and I was surprised when that wasn't the case.

Shell session for reference:

$ for i in a b c d; do echo $i > $i.t
git-history
evitalis
evitalis commented Dec 2, 2019

It looks like there is only a master branch for this repo at this time. This has caused any commits to affect PRs which now show large numbers of conflicts. Would it be possible to get a development branch or other instructions as to how PRs should be made to avoid this situation going forward?

fx
antonmedv
antonmedv commented Dec 11, 2019

Currently, each argument to fx treated as an anonymous function. Here is an example:

fx 'groupBy("commit.author.name")' 'mapValues(size)' toPairs 'sortBy(1)' reverse 'take(10)' fromPairs

But this requires a lot of ' quotes. My idea is to split the argument by whitespaces . So next will be possible to write:

fx 'groupBy("commit.author.name") mapValues(size) toPairs so
aditya12398
aditya12398 commented Dec 8, 2019

Problem

I recently noticed that beet is not embedding album art in my music files as I import them if they are not available locally. So I ranbeet fetchart command and tried running it in verbose mode for one of the failed albums.

I think I should mention that I am using internet behind a proxy server, not sure if this has anything to do with the error but I am suspicious that its the pr

gautaz
gautaz commented Aug 29, 2019

What happened:

I tried to use the --make option to pass --jobs=5 to the NodeJS build process.

What you expected to happen:

I expected the NodeJS build to be faster.

What happened:

I was unable to pass the jobs options to the NodeJS make command, here is what happened:

➤  nexe --build --make --jobs=5
ℹ nexe 3.3.2
✔ Node source extracted to: /home/thibault.hi

Created by Glenda Schroeder

Released 1965

Wikipedia
Wikipedia

Related Topics

angular sails ibm-cloud
You can’t perform that action at this time.