Skip to content

Not handling extensions #249

@maxpv

Description

@maxpv

After noticing that enry commands ignore files without extension, I Wrote a simple PHP file:

<?php 
	echo "Hello";
?>

Created files with the same content but different extensions:

.
├── hello.c
├── hello.css
├── hello.html
└── hello.sql

enry --breakdown returns:

39.02%  CSS
30.49%  C
30.49%  HTML

C
hello.c
CSS
hello.css
HTML
hello.html

Don't know if that's the desired output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions