This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/cli/src/cli.js
2021-10-02 21:44:26 +02:00

8 lines
69 B
JavaScript

'use strict';
module.exports = cli;
function cli() {
// TODO
}