ColorTool switches --both and --xterm throw error #567

Open
opened 2026-01-30 21:55:43 +00:00 by claunia · 0 comments
Owner

Originally created by @ianmcl on GitHub (Feb 25, 2019).

Microsoft Windows [Version 10.0.17763.346]
colortool v1.0.1810.02002

  • What I'm doing and what's happening:
    Occurs in both user and elevated command prompt
    ColorTool.exe and /schemes/ directory are both in C:\WINDOWS\system32
C:\WINDOWS\system32>colortool campbell -b -x
Could not find or load "-x"
C:\WINDOWS\system32>colortool campbell -b
Could not find or load "-b"
C:\WINDOWS\system32>colortool campbell -x
Could not find or load "-x"
C:\WINDOWS\system32>colortool campbell --both
Could not find or load "--both"
C:\WINDOWS\system32>colortool campbell --xterm
Could not find or load "--xterm"
  • What's wrong / what should be happening instead:
    Switches should not throw error and work
Originally created by @ianmcl on GitHub (Feb 25, 2019). Microsoft Windows [Version 10.0.17763.346] colortool v1.0.1810.02002 * What I'm doing and what's happening: Occurs in both user and elevated command prompt `ColorTool.exe` and `/schemes/` directory are both in `C:\WINDOWS\system32` ``` C:\WINDOWS\system32>colortool campbell -b -x Could not find or load "-x" ``` ``` C:\WINDOWS\system32>colortool campbell -b Could not find or load "-b" ``` ``` C:\WINDOWS\system32>colortool campbell -x Could not find or load "-x" ``` ``` C:\WINDOWS\system32>colortool campbell --both Could not find or load "--both" ``` ``` C:\WINDOWS\system32>colortool campbell --xterm Could not find or load "--xterm" ``` * What's wrong / what should be happening instead: Switches should not throw error and work
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#567