1
0
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:
Kelly Brazil
2020-02-13 22:10:22 -08:00
parent c2450b27b0
commit 1aa2c99259
2 changed files with 1 additions and 2 deletions

View File

@ -624,7 +624,7 @@ $ cat /etc/fstab | jc --fstab -p
``` ```
### history ### history
``` ```
$ history | jc --history -p # or: jc -p history $ history | jc --history -p
[ [
{ {
"line": 118, "line": 118,

View File

@ -51,7 +51,6 @@ class info():
# compatible options: linux, darwin, cygwin, win32, aix, freebsd # compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd'] compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']
magic_commands = ['history']
__version__ = info.version __version__ = info.version