mirror of https://github.com/cheat/cheat.git
Added 'import argparse' to 'cheat'
This commit is contained in:
parent
139ff6c32e
commit
4fe31ec479
1
cheat
1
cheat
|
@ -19,6 +19,7 @@ cheat.py -- Quick, abridged man pages with examples (main routines)
|
|||
|
||||
import os
|
||||
import sys
|
||||
import argparse
|
||||
import subprocess
|
||||
|
||||
DEFAULT_CHEAT_DIR = os.environ.get('DEFAULT_CHEAT_DIR') or \
|
||||
|
|
Loading…
Reference in New Issue