Add the change from chromebook

This commit is contained in:
7cc5c4f330d47060 2025-02-11 19:21:34 -05:00
parent 41b8f0178b
commit 203e0025ad
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -44,5 +44,5 @@ const execute = (c) => {
})
}
}
//const aliases = ['temp01_alias'] // Other command names that will work the same (optional)
export { execute }
const aliases = ['size'] // Other command names that will work the same (optional)
export { execute, aliases }