felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

Invalid argument parsing #600

Open DarkEyeDragon opened 4 years ago

DarkEyeDragon commented 4 years ago

Version: 0.6.0.1.0 (latest as of now) Issue: The CLI doesn't parse arguments with .'s in them properly Steps to reproduce: Type any command with dots in it image

Expected behavior: image (From Windows Command Line)

felixse commented 4 years ago

How does it behave in the default PowerShell? Looks more like a PowerShell issue to me

DarkEyeDragon commented 4 years ago

How does it behave in the default PowerShell? Looks more like a PowerShell issue to me

The second screenshot is from powershell

felixse commented 4 years ago

Can you try to use the same profile for both? second screenshot seems to have another profile (input is not colored). Maybe oh-my-posh is doing something weird

DarkEyeDragon commented 4 years ago

Can you try to use the same profile for both? second screenshot seems to have another profile (input is not colored). Maybe oh-my-posh is doing something weird

The second screenshot is from inside an actual PowerShell window (changed the colors to look like CMD). The first one is from FluentTerminal. So there's not really setting any profile. Sorry if this wasn't clear.