-- fbt: cmd: cd amitu && $FBT_CWD/target/debug/fpm --test start-tracking index-track.ftd --target index.ftd && $FBT_CWD/target/debug/fpm --test start-tracking index-track.ftd --target hello.txt && $FBT_CWD/target/debug/fpm --test start-tracking index-track.ftd --target hello.txt && $FBT_CWD/target/debug/fpm status && $FBT_CWD/target/debug/fpm --test mark-upto-date index-track.ftd && $FBT_CWD/target/debug/fpm --test mark-upto-date index-track.ftd --target index.ftd && $FBT_CWD/target/debug/fpm --test stop-tracking index-track.ftd --target hello.txt output: amitu/.tracks -- stdout: index-track.ftd is now tracking index.ftd index-track.ftd is now tracking hello.txt index-track.ftd is already tracking hello.txt Modified: index.ftd Never marked: index-track.ftd -> hello.txt Never marked: index-track.ftd -> index.ftd Which file to mark? index-track.ftd tracks following files: hello.txt index.ftd index-track.ftd is now marked upto date with index.ftd index-track.ftd is now stop tracking hello.txt