Skip to content

Major Change: Command Name Fix

Choose a tag to compare

@ANcpLua ANcpLua released this 03 Sep 21:45
· 11 commits to main since this release

Breaking Change

  • Renamed fc command to fcc to avoid conflicts with bash builtin fc command
  • This ensures the tool works out-of-the-box on all systems without requiring workarounds

What's Changed

Command fcfcc (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