File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,24 @@ if Code.ensure_loaded?(Igniter) do
4646 def igniter ( igniter ) do
4747 igniter
4848 |> Igniter . add_notice ( """
49- `usage_rules` is installed!
49+ Usage Rules: Sync usage rules for the packages you use.
5050
51- Example sync commands:
52- - `mix usage_rules.sync AGENTS.md --all --link-to-folder rules --inline usage_rules:all`
53- - `mix usage_rules.sync RULES.md --all`
51+ Suggested starting point to sync all usage rules:
5452
55- For more info and examples: `mix help usage_rules.sync`
56- """ )
53+ mix usage_rules.sync AGENTS.md --all \
54+ --inline usage_rules:all \
55+ --link-to-folder deps
56+
57+ Or sync only a specific set, copying their rules to a
58+ specific folder
59+
60+ mix usage_rules.sync AGENTS.md \
61+ ash ash_postgres \
62+ --link-to-folder rules
63+
64+
65+ For more ineo and examples: `mix help usage_rules.sync`
66+ """ )
5767 end
5868 end
5969else
You can’t perform that action at this time.
0 commit comments