ask command sends a natural-language question to EdgeFinder’s AI and returns a sports analysis response. By default it analyzes NFL, but you can switch to NBA or MLB with a single flag. Run edgefinder with no subcommand to enter an interactive REPL where you can ask follow-up questions without retyping the command.
Syntax
Options
Your sports analysis question in natural language. Wrap multi-word questions in quotes.
Analyze using NFL context. This is the default league; you do not need to pass this flag explicitly.
Switch to NBA context. Overrides the default NFL league.
Switch to MLB context. Overrides the default NFL league.
Output the full JSON response instead of plain text. The JSON payload includes the AI’s response, full conversation history, token usage statistics, and rate limit information.
Examples
Sample output
--json:
League examples
- NFL
- NBA
- MLB
Interactive mode
Runedgefinder with no subcommand to start an interactive REPL session. This lets you ask follow-up questions and refine your analysis without re-entering the full command each time.
If you pass both
--nba and --mlb, --mlb takes precedence. If neither is passed, NFL is used.