1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

add wc tests

This commit is contained in:
Kelly Brazil
2020-12-31 14:19:45 -08:00
parent bd443bf392
commit cb02211424
4 changed files with 61 additions and 2 deletions

View File

@ -50,11 +50,10 @@ class info():
description = 'wc command parser'
author = 'Kelly Brazil'
author_email = 'kellyjonbrazil@gmail.com'
details = 'Parses wc and sum program output'
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'aix', 'freebsd']
magic_commands = ['wc', 'sum']
magic_commands = ['wc']
__version__ = info.version