/** * command-strategy.ts * Copyright (C) 2021 * * @author Edgard Leal * @module command-strategy.ts */ /** * Define a strategy to run cli commands * @author edgardleal@gmail.com * @since 22.03.21 */ export default class CommandStrategy { }