Skip to content

Commit 1c348ca

Browse files
notice updated
1 parent 39e4e82 commit 1c348ca

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,10 @@ PICA is structured as a standard Python package.
178178
```bash
179179
pica-cli
180180
```
181-
> [!WARNING]
182-
> **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.
181+
> [!NOTE]
182+
> **Legacy CLI Notice:** The PICA CLI (`pica-cli`) is retained to support legacy headless workflows. While fully functional for specific protocols, this interface is **no longer actively maintained** and may not support recent features available in the GUI.
183+
>
184+
> We **strongly recommend** new users utilize the PICA GUI for the most complete and supported experience.
183185

184186
---
185187
## Running Tests

docs/User_Manual.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,10 @@ PICA is structured as a standard Python package.
119119
```bash
120120
pica-cli
121121
```
122-
> [!WARNING]
123-
> **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.
122+
> [!NOTE]
123+
> **Legacy CLI Notice:** The PICA CLI (`pica-cli`) is retained to support legacy headless workflows. While fully functional for specific protocols, this interface is **no longer actively maintained** and may not support recent features available in the GUI.
124+
>
125+
> We **strongly recommend** new users utilize the PICA GUI for the most complete and supported experience.
124126

125127
### 3.4 Development Dependencies (Optional)
126128

pica/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def print_banner():
5757
print("="*60)
5858
print("\n")
5959
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.")
60+
print("**Legacy CLI Notice:** The PICA CLI (`pica-cli`) is retained to support legacy headless workflows. While fully functional for specific protocols, this interface is **no longer actively maintained** and may not support recent features available in the GUI. We **strongly recommend** new users utilize the PICA GUI for the most complete and supported experience.")
6161
print("*"*80)
6262
print("\n")
6363

0 commit comments

Comments
 (0)