Ticket Hash: | 1255c34ee297c4a287086940d0c71afbf8115082 | ||
Title: | Command argument to start directory diff immediately | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Cosmetic | Priority: | Immediate |
Subsystem: | Diff_Display | Resolution: | Works_As_Designed |
Last Modified: |
2014-03-04 11:39:40 11.21 years ago |
Created: |
2014-02-20 09:07:21 11.24 years ago |
Version Found In: | 2.6.2 |
User Comments: | ||||
anonymous added on 2014-02-20 09:07:21:
When I want to perform a directory diff I must (AFAIK) first start eskil and then click Tools - Directory Diff in the menu, which leaves me with the first eskil window empty and unused (since I'm only interested in the directory diff window). So it would be nice if I could start eskil with an argument saying that "I only want to open the directory diff utility", for example like this: C:\Program\eskil> eskil -d It would also be nice is there was a help text when trying to send arguments to eskil. When I try "eskil --help" or "eskil /?" I get no output at all. Perhaps eskil doesn't accept any arguments in current version, but even if so, this would be nice to know at the prompt. For example like this: C:\Program\eskil> eskil --help Eskil Version 2.6.2 2012-06-18 Command arguments are not supported. peter added on 2014-03-04 11:39:40: Start in directory mode with: eskil -dir or by supplying directories as arguments. This works: eskil --help However, on Windows at the command prompt, Eskil do not have a stdout available since it is a GUI application. Windows makes a strict separation of GUI/Command Line applications and thus Eskil cannot give you anything at the prompt. |