]> Kevux Git Server - fll/commit
Update: Redesign FSS Identify to be more consistent with FSS Read and FSS Write programs.
authorKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 22:43:44 +0000 (17:43 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 31 May 2021 22:43:44 +0000 (17:43 -0500)
commitebddf3f27c256b2cef608093fcc88561f9e08ef4
tree3a63ce0d02c2f1606b8b1b6926a3786b1e5a3ded
parent4390bb45701c4e35091d5f8230eaa6e28254a56d
Update: Redesign FSS Identify to be more consistent with FSS Read and FSS Write programs.

This is not strictly required, but I believe making it as closely consistent with how FSS Read and FSS Write operate makes a lot of sense.

The FSS Identify and FSS Read/Write programs operate differently and not everything can be the same.

Summary of Redesign:
- The "name" and "type" are now renamed to "Object" and "Content".
- The parameter "-n/--name" is now "-o/--object".
- The parameter "-t/--type" is now "-c/--content".
- The parameter "-T/--total" is now "-t/--total".
- Add new parameter "-n/--name" that accepts a name to filter by (This selects an Object just like it does in FSS Read/Write).
- Add additional documentation to the "-h/--help" parameter message.
- The "-t/--total" parameter should could across all files and not the individual files/pipe (this provides a single total).
level_3/fss_identify/c/fss_identify.c
level_3/fss_identify/c/fss_identify.h
level_3/fss_identify/c/private-common.c
level_3/fss_identify/c/private-common.h
level_3/fss_identify/c/private-fss_identify.c