#pragma once
#include <luna/Result.h>

typedef Result<void> (*shell_builtin_t)(int, char**);