Major Change: Command Name Fix
Breaking Change
- Renamed
fccommand tofccto avoid conflicts with bash builtinfccommand - This ensures the tool works out-of-the-box on all systems without requiring workarounds
What's Changed
Command fc → fcc (C# comment stripper)
- Both f and fcc now handle paths with spaces automatically
- No need for quotes around paths anymore
- Command name: fc → fcc (no more bash conflicts!)
- Package ID: ancp.fc → ancp.fcc
- Directory: tools/ancp/fc → tools/ancp/fcc
- Test directory: tests/fc.tests → tests/fcc.tests
- Namespace: FcTool → FccTool
- All project references updated