feat: add 'fart' as easter egg alias for bd mol bond
Molecules can produce gas (wisps) when bonded. 💨 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,7 @@ import (
|
|||||||
|
|
||||||
var molBondCmd = &cobra.Command{
|
var molBondCmd = &cobra.Command{
|
||||||
Use: "bond <A> <B>",
|
Use: "bond <A> <B>",
|
||||||
|
Aliases: []string{"fart"}, // Easter egg: molecules can produce gas
|
||||||
Short: "Bond two protos or molecules together",
|
Short: "Bond two protos or molecules together",
|
||||||
Long: `Bond two protos or molecules to create a compound.
|
Long: `Bond two protos or molecules to create a compound.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user