Skip to content

chore: verify 'actions' CLI command exists before documenting #30

@claude

Description

@claude

Problem

In PR #28, documentation was added for a powerschool actions CLI command in README.md, but it's unclear if this command actually exists in the implementation.

Required Verification

Check if the actions command is implemented in src/cli/main.py:

powerschool actions -s "StudentName"

Outcome

  1. If the command exists: No action needed, documentation is correct
  2. If the command doesn't exist:
    • Either implement the command, OR
    • Remove the documentation from README.md

References

Context

This was added as part of the CLI commands documentation update in PR #28. We should verify the implementation exists to maintain documentation accuracy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions