You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📜 Manuscript Core:
Version: 1.1.1
🏗️ Build Information:
Go Version: go1.21.3
Rust Version: 1.83.0
Git Commit: ba24f01
Built: 2024-12-30:16:13:55
💻 System Information:
Unix Name: Linux fedora-workstation 6.12.6-200.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 19 21:06:34 UTC 2024 x86_64 GNU/Linux
OS/Arch: linux/amd64
🐳 Docker Environment:
Docker: '27.4.1'
Steps to reproduce
run manuscript-cli init and create a manuscript
run manuscript-cli ls && manuscript-cli config show to verify manuscript was created
run manuscript-cli config clean and remove created manuscript while running
✔️ Expected Behavior
manuscript-cli should return an error when attempting to remove running manuscripts from config file (i.e. `ERROR: manuscript is currently running and must be stopped before being removed)
❌ Actual Behavior
manuscript-cli removes manuscript from config while manuscript is still running resulting in unexpected behavior (such as disappearing from the manuscript list and being unable to be stopped.
The text was updated successfully, but these errors were encountered:
Self Checks
Environment
Steps to reproduce
manuscript-cli init
and create a manuscriptmanuscript-cli ls
&&manuscript-cli config show
to verify manuscript was createdmanuscript-cli config clean
and remove created manuscript while running✔️ Expected Behavior
manuscript-cli
should return an error when attempting to remove running manuscripts from config file (i.e. `ERROR: manuscript is currently running and must be stopped before being removed)❌ Actual Behavior
manuscript-cli
removes manuscript from config while manuscript is still running resulting in unexpected behavior (such as disappearing from the manuscript list and being unable to be stopped.The text was updated successfully, but these errors were encountered: