Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/stackless-stripe-projects/src/surface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use crate::stripe::{CommandRunner, StripeProjects};
/// never self-reorders — a newly shipped command surfaces as a diff in the
/// top-level `--help` block and is then added here in the same change. Groups
/// (`services`/`env`/`billing`) are listed immediately before their children.
/// Verified against plugin 0.30.0.
/// Verified against plugin 0.31.0.
const TRAVERSAL: &[&[&str]] = &[
&[],
// GET STARTED
Expand Down
Loading
Loading