touch Help screen not showing
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
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]
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.