Add Jobs to the BuiltInName enum and register it in the parser.
Behavior:
- For now, the implementation is empty — when there are no background jobs,
jobs produces no output and returns to the prompt
type jobs should report jobs is a shell builtin
Acceptance criteria:
Add
Jobsto theBuiltInNameenum and register it in the parser.Behavior:
jobsproduces no output and returns to the prompttype jobsshould reportjobs is a shell builtinAcceptance criteria:
type jobsreports it as a shell builtinjobsproduces no output when called (no background jobs yet)