Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Command-Line Interface

Example: Courses with Evening Sections

This example generates data containing all Statistics Department courses in the Gateway building for Fall '26 that start at 6pm and later.

cardgate courses \
    --unit STAT --building Gateway \
    --year 2026 --semester Fall --from-time 18:00 \
    --output stat-gateway-2026-fall.csv

See cardgate courses --help for all available options.