Skip to content

Commit 8d932c7

Browse files
committed
Remove forward slash as command line switch
1 parent 254d73e commit 8d932c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/cppfront.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ auto main(
6363
{
6464
if (
6565
arg.text.starts_with("-")
66-
|| arg.text.starts_with("/")
6766
)
6867
{
6968
auto ambiguous = cmdline.flags_starting_with(arg.text.substr(1));

0 commit comments

Comments
 (0)