#!/usr/bin/env node /*! * Copyright (C) Microsoft Corporation. All rights reserved. */ import { boot } from './Cli.js'; boot(); //# sourceMappingURL=Bin.js.map