import { Code } from "astro:components";
Change the order inwhich dependencies are displayed
<Code
code={`
# Sort by count, in descending order
synopkg ${props.command} --sort count
# Sort A-Z by name
synopkg ${props.command} --sort name
`.trim()}
lang="bash"
/>