@teambit/harmony.content.cli-reference 0.0.0-0181239726c377b2ca07ae3d20640cd9e3edd664

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ import { CliReference } from './index';
3
+
4
+ export const BasicCliReference = () => {
5
+ return <CliReference />;
6
+ };
@@ -0,0 +1,4 @@
1
+ ---
2
+ description: 'Bit command synopses. Bit version: 2.0.6'
3
+ labels: ['cli', 'mdx', 'docs']
4
+ ---