mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 00:05:27 +01:00
Added 'import argparse' to 'cheat'
This commit is contained in:
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 \
|
||||
|
||||
Reference in New Issue
Block a user