mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-15 01:24:29 +02:00
removed history from magic syntax
This commit is contained in:
@ -624,7 +624,7 @@ $ cat /etc/fstab | jc --fstab -p
|
||||
```
|
||||
### history
|
||||
```
|
||||
$ history | jc --history -p # or: jc -p history
|
||||
$ history | jc --history -p
|
||||
[
|
||||
{
|
||||
"line": 118,
|
||||
|
@ -51,7 +51,6 @@ class info():
|
||||
|
||||
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
|
||||
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']
|
||||
magic_commands = ['history']
|
||||
|
||||
|
||||
__version__ = info.version
|
||||
|
Reference in New Issue
Block a user