Skip to content

Commit f4c3978

Browse files
cli notice added to the scipt
1 parent 96ee42e commit f4c3978

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pica/cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ def print_banner():
5656
print(TERMS)
5757
print("="*60)
5858
print("\n")
59+
print("*"*80)
60+
print("**CLI Deprecation Notice:** The PICA CLI is comprised of old, deprecated scripts from the early stages of development. It is **strongly recommended to use the PICA GUI** for all interactions. The CLI scripts are considered legacy code, contain minimal functionality for performing set protocols, and are not recommended for general use.")
61+
print("*"*80)
62+
print("\n")
5963

6064

6165
def find_scripts(base_path):

0 commit comments

Comments
 (0)