Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Steepfile DSL #1391

Open
ParadoxV5 opened this issue Dec 6, 2024 · 0 comments
Open

Document Steepfile DSL #1391

ParadoxV5 opened this issue Dec 6, 2024 · 0 comments

Comments

@ParadoxV5
Copy link
Contributor

ParadoxV5 commented Dec 6, 2024

For example, what’s a target?
I’ve been rocking target :'.' since I started verifying Steep bugs, but not until #1387’s diffs surfacing internals did I realize that I’m not supposed to do that.

steep/lib/steep/cli.rb

Lines 130 to 133 in 1b9b304

opts.on("--group=GROUP", "Specify target/group name to type check") do |arg|
# @type var arg: String
target, group = arg.split(".")
target or raise

target '_' it is then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant