Closed Kristinita closed 5 years ago
Hi there @Kristinita
The commandline interface at this time is nothing more than a way to pass startup arguments to DeadLock. This means that any and all files / folders that you pass in as arguments to the application will simply be opened in the user interface. We have plans to increase the functionality and documentation in regards to this feature (similar to say LockHunter), but as of right now DeadLock is no longer under active development due to other projects taking over. When there's time, rest assured that this will be addressed appropriately!
Kind regards
1. Summary
I read in documentation:
But I couldn't find, how I can unlock my folder without GUI.
2. Expected behavior
I have a project. If I edited files in project and ran build command, I can get
Permission denied
error. Therefore, before build command I unlock my project folder.Currently, I need open GUI for unlocking. Every time it takes a time.
It would be nice unlock a folder via command line. So the user can add DeadLock command for unlocking at the beginning of build script → he wouldn't longer need manually unlocking actions.
But I can't find, how I can do it.
3. Data
I created
D:\SashaDebugging\KiraDeadLock
folder → I locked it:4. Expected behavior in similar apps
As LockHunter. I run LockHunter command:
Folder
D:\SashaDebugging\KiraDeadLock
successfully unlocked.It would be nice to have similar behavior for DeadLock.
5. Not helped
I couldn't find answer to my question in:
deadlock --help
Thanks.