dthree / cash

Cross-platform Linux commands in ES6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

touch Help screen not showing

ItsJamie9494 opened this issue · comments

commented

When installing cash-touch

sudo npm install cash-touch -g -force

and running

> touch --help

I get this error:

Missing required argument. Showing Help:

sage: touch [options] <files...>

  Options:

    --help                  output usage information
    -a                      change only the access time
    -c, --no-create         do not create any files
    -d, --date [STRING]     parse STRING and use it instead of current time
    -m                      change only the modification time
    -r, --reference [FILE]  use this file's times instead of current time
    --time [WORD]           change the specified time: WORD is access, atime, or use: equivalent to -a WORD is modify or mtime: equivalent to -m

and it shows the help that is not the /dist/help/touch.js file.

This error only affects touch, from what I can tell